This commit is contained in:
kodjomoustapha
2023-12-20 16:46:40 +01:00
parent 5bf6411e51
commit 2f9703a850

View File

@@ -324,7 +324,7 @@ final String htmlString = '''
print(document.selectFirst("td").text); // 1 print(document.selectFirst("td").text); // 1
``` ```
See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods. See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see available methods.
### String utils ### String utils