General Computing Flashcards
(2 cards)
1
Q
What is the max 32 bit int in base 10?
A
2,147,483,647
2
Q
What is a simple regex to match a string of characters that are not letters or numbers?
A
[^A-Za-z0-9]+
What is the max 32 bit int in base 10?
2,147,483,647
What is a simple regex to match a string of characters that are not letters or numbers?
[^A-Za-z0-9]+