1containing
1containing is an informal term used in mathematics and computer science to describe objects that include the digit 1 in a standard representation. The term is not widely standardized, but in practice it appears in puzzles, data analysis, and string-processing contexts to denote a property of having at least one occurrence of the symbol 1.
In number theory, a positive integer is 1containing if its decimal representation contains the digit 1 at
In string processing, a string is 1containing when the character '1' appears anywhere in the string. This
Other uses extend the idea to arrays, matrices, or data sets that contain at least one element
See also digit, contains, pattern matching, and digit density.