UDL - Is there a numeric wildcard character within keywords
-
I’m trying to include keywords that have a number as part of the keyword e.g.
Item2Qty=
Item15Discount=
Item4UnitValue=So was looking for a wildcard operator like #? Or another way to define? (trying to avoid defining the 2 parts of each keyword separately as “Item” is not valid on it’s own, nor is say “Qty”)
Any Ideas? -
I think that the EnhanceAnyLexer plugin and a corresponding regex, e.g.
Item\d+\w+would be easiest here.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login