Search found 2 matches

by RJ
Sat May 19, 2018 4:29 pm
Forum: Regular Expressions Help
Topic: Help finding a specific value
Replies: 3
Views: 16248

Re: Help finding a specific value

So let's say i'm trying to find out: Di**talV**cano

Would the expression be:

Di[a-zA-Z][a-zA-Z]talV[a-zA-Z][a-zA-Z]cano
by RJ
Thu May 17, 2018 2:56 am
Forum: Regular Expressions Help
Topic: Help finding a specific value
Replies: 3
Views: 16248

Help finding a specific value

Let's say you have a huge list of text you need to figure out phrase from. You have part of a phrase "Digi**lV*lc*no" but you don't know what's inside the asterisks.

Is there any expression I can use to search an entire piece of text for what that might be?