#filter string for multiple different words all either starting or ending with same characters

13 messages · Page 1 of 1 (latest)

barren fractal
#

an example of this may be somthing like

smoky snow
#

this seems like a good job for regular expressions

solemn aspen
barren fractal
#

im not rlly sure what that is or how to use it

#

so ill try

solemn aspen
#

I'd suggest warching an introduction video on youtube about "regular expressions" and hiw to use them

#

that website I linked explains the expression on the right side or if you are on your phone on the right side is some menu that you can click and see the explanation what that regular expression does

#

it basically matches the string and allows to extract whatever it matched

#

play around with the regular expression string at the top to see how the matching changes in the bottom text field

#
- (CODE\S+)|(CODE\S+) -
barren fractal
#

i think i got the solution

#

its not exactly what i wanted but there rlly is no way to get what i wanted so it works