by Franz Kock
Version 2 (January 15, 2023)
Download (160 downloads)
This flow checks a regular expression
A regular expression (abbreviated regex or regexp) is a sequence of characters that forms a search pattern, mainly for use in text pattern matching in Automate-functions:
- match() https://llamalab.com/automate/doc/function/matches.html
- findAll() https://llamalab.com/automate/doc/function/find_all.html
- replaceAll() https://llamalab.com/automate/doc/function/replace_all.html
Automate uses the Java implementation.
https://developer.android.com/reference/java/util/regex/Pattern
Wikipedia https://en.m.wikipedia.org/wiki/Regular_expression
Try also the online tool RegExr to learn, build, & test Regular Expressions (RegEx / RegExp). https://regexr.com/
------------
With reference to Regex Tester
by Trapier Marshall https://llamalab.com/automate/community/flows/44266
------------
5 stars | 1 | |
4 stars | 0 | |
3 stars | 0 | |
2 stars | 0 | |
1 star | 0 | |
Reports | 0 |
Rate and review within the app in the Community section.