firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.2k stars 198 forks source link

About rergex quiz #2251

Closed sohaib-sadeqi closed 2 months ago

sohaib-sadeqi commented 3 months ago

Hello Excuse me for asking this question, I just got stick in replacing part. Actually, I don't know what should I write in substitution part. Screenshot 2024-03-31 232912

fleetingbytes commented 2 months ago

@sohaib-sadeqi Your regular expression captures i in the context specified in your regular expression. In the substitution part you write what you want your match - or each of your matches - to be replaced with. Try I (capital letter I).

working-name commented 2 months ago

If you need further help with this please join us on IRC or Discord, whichever you like. Generally we do not post solutions for the quiz online in an effort to not spoil it for everyone else trying.