You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/(\w|\d){8}-(\w|\d){4}/ - will generate sumting like this 1d3f5g7h-w2e4 --- length 13 but actual result "48v1t3nH-XG33T60X0-J7WO2hel1-8hLq92so6-5" /[a-z\d]{8}/ will generate words with 8 simbols(numbers and curs) but actual result [a-z2]]]]]]]]
The text was updated successfully, but these errors were encountered:
/(\w|\d){8}-(\w|\d){4}/
- will generate sumting like this1d3f5g7h-w2e4
--- length 13 but actual result"48v1t3nH-XG33T60X0-J7WO2hel1-8hLq92so6-5"
/[a-z\d]{8}/
will generate words with 8 simbols(numbers and curs) but actual result[a-z2]]]]]]]]
The text was updated successfully, but these errors were encountered: