BigDaddyO Posted July 28, 2021 Posted July 28, 2021 I need to find in multiple scripts any line that has Return without any value assigned to it So, I figured doing a Scite Find with Regular expression checked would work, but it can't seem to find anything using: Return *\n that "Should" find any Return that has 0 or more spaces and a line feed after but it's not able to find anything. Any ideas? Thanks
Solution Danp2 Posted July 28, 2021 Solution Posted July 28, 2021 Try "Return\s*$" for your regex pattern. FWIW, I usually use Agent Ransack to quickly search files. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now