Last active
October 17, 2025 20:53
-
-
Save BushidoUK/4260b14655071ca0dea4b62a8c2d2074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Regular_expression('User defined','.*bank.*',true,false,false,false,false,false,'List matches') | |
| Regular_expression('User defined','.*, US.*',true,false,false,false,false,false,'List matches') | |
| Find_/_Replace({'option':'Regex','string':'</a>'},'',true,false,true,false) | |
| Find_/_Replace({'option':'Regex','string':'^.*>'},'',true,false,true,false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment