General Computing Flashcards

(2 cards)

1
Q

What is the max 32 bit int in base 10?

A

2,147,483,647

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a simple regex to match a string of characters that are not letters or numbers?

A

[^A-Za-z0-9]+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly