Username: 
Password: 
Restrict session to IP 

Level 3  Go to the Training: Regex challenge

Global Rank: 15295
Totalscore: 79
Posts: 2
Thanks: 1
UpVotes: 1
Registered: 7y 20d
Last Seen: 6y 248d
The User is Offline
Level 3
Google/translate0Thank You!0Good Post!2Bad Post! link
my regex:
/^wechall4?(?=\.(jpg|png|bmp|gif|tiff))$/

so I tried this and apparently, it would not match "wechall.jpg"
But I can't see my mistake after browsing through this forum.
Can u please help me?

greets
Global Rank: 1
Totalscore: 760035
Posts: 431
Thanks: 491
UpVotes: 456
Registered: 14y 246d












The User is Offline
RE: Level 3
Google/translate1Thank You!1Good Post!1Bad Post! link
The construct you use is checked, but isn't included in the actual match. So the "pointer" (if you will), is still at '.' after it. The next check is to see if it is at the end of the string, which will fail.

Read the documentation very carefully. ;)
Redknee, AIHAPPLE, zhukeni, tunelko, silenttrack, n0tHappy, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, SwolloW, dangarbri have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 5466 times.