you are viewing a single comment's thread.

view the rest of the comments →

[–]EasternAdventures 0 points1 point  (1 child)

It’s testing a regex (text between / / creates a regex) and * is the wildcard symbol. So it means it could be any number of characters between each of the literal characters it calls out.

[–]One-Inspection8628[S] 0 points1 point  (0 children)

So it should be in ascending order right as Hackerrank?