jkluchnik Posted February 2, 2021 Posted February 2, 2021 I'm looking for the ability to extract all words in a word document that are wrapped in "<< >>", such as Hello <<Name>>, Please respond by <<Date>>.... I would like this to return: <<Name>> <<Date>> I know the pattern match function in scribe should do this, but I can't figure out what to put in the Regex part. Is there a reference that explains this?
ryan360Works Posted February 4, 2021 Posted February 4, 2021 We would be happy to help you with this but it would be outside the scope of free support. If you are interested in that please let me know and I will have our project coordinator reach out to you to discuss further.
comment Posted February 4, 2021 Posted February 4, 2021 (edited) I have never used the Scribe plugin. The following is a (hopefully educated) guess. Judging from the help page, the expression: ScribePatternMatchAll ( YourText ; "<<.+?>>") should return the result you seek. On 2/2/2021 at 11:38 PM, jkluchnik said: Is there a reference that explains this? You will find a good explanation here: https://www.regular-expressions.info/repeat.html Edited February 4, 2021 by comment
Recommended Posts
This topic is 1460 days old. Please don't post here. Open a new topic instead.
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