Argentina CUIT

Prev Next

Argentina CUIT is an 11 digit unique number with dots, hyphens, and spaces as separators.

Validator

Argentina CUIT:

  • Validates a match by checking the surrounding characters.

  • Ensures that a string of digits are not the same.

Matched expressions

Regex expressions

Description

Score

\b[23][037].\d{8}.\d\b

Matches a 11-digit number delimited by dot.

1

\b[23][037]-\d{8}-\d\b

Matches a 11-digit number delimited by hyphen.

1

\b[23][037] \d{8} \d\b

Matches a 11-digit number delimited by space.

1

\b[23][037]\d{9}\b

Matches a 11-digit number without a delimiter.

1



Ignored expressions

None