-
allMatchs(String regexp)
→ Iterable<RegExpMatch>
-
Available on String,
provided by the CStr extension
-
combine(String gap, String tail)
→ String
-
Available on String,
provided by the CStr extension
-
firstMatch(String regexp)
→ RegExpMatch?
-
Available on String,
provided by the CStr extension
-
isMatch(String regexp)
→ bool
-
Available on String,
provided by the CStr extension
-
splitLeft(String gap)
→ (String?, String?)
-
Available on String,
provided by the CStr extension
-
splitRight(String gap)
→ (String?, String?)
-
Available on String,
provided by the CStr extension
-
trimStringLeft(String trim)
→ String
-
Available on String,
provided by the CStr extension
-
trimStringRight(String trim)
→ String
-
Available on String,
provided by the CStr extension