Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks will try that :) , and are you still reading it or ?
and how is your progress now?
I recommend the book "Mastering Regular Expressions" by J.Friedl. I read only 100 pages out of 500 and already pretty good with regex.
Which value is too high for an area is it greater than 300 particles?
I had to add an additional backlash to the backlashes in the scroll translation since the string registers it as a backlash command.
This comment is hidden because it contains spoiler information about the solution
Same here, I've put my focus more on the applicable things to get myself up and running, and letting regex be more of a side-interest that I can always google when needed and learn by association. https://regexr.com/ is useful for testing out techniques and adjusting results
yeah, I read further into how regex works. However, I still don't understand how to utilize capturing groups.
The way I look at it, at first you don't necessarily need to know how to build one to use it, just know what pieces go where and test it out to makes sure it works. Then as you see various examples for differen't purposes, the syntax starts to make a little more sense.
My brain just imploded with reading regExp. When will I ever get it? :'(
same, I've complicated my code too much with many conditional statements.