#regex heelp
1 messages · Page 1 of 1 (latest)
the * is eating that closing link tag LOL
what if the username is nt314p</a>
@quartz schooner
oh uh
username cant contain special characters
yummmm
woah how
Complete the microtransaction $2.99
this did not work like i wanted it to 
yes
\@[\w\d]+<\/span>
oh bruh that simple 
\w -> any word character
\d -> any digit character
[ ... ] a single character of the set ...
- -> one or more of the character set
thanks 
i was trying to make it exclude a pattern
don't work hard work smart
is it even possible to make something that excludes a pattern?
ofc lol
but i have like zero regex experience
cuz i could only find a way to make it exclude a single letter 
npnp
uhhhhh i forgor
but usernames can only have 1 special character, and that is _ 
uh sorry for ping
i figured it out, we just add _ to the list duh
ayyy lets go that's why i explained how it works
what's this for btw
what happened to your other project
this just some web scraping for work lol
still working slowly on other project when i get time XD
oooh web scraping i love that
actually i can't discuss what i did in the past here 

