-
Consider if some string schema types could have an extensible regex validator for site specific validations.
-
Because `transform="..."` tends to be unit-less and space-separated they aren't parsed correctly by lightning-css despite being a presentation attribute.
For example, the following is a valid transfo…
-
**Description**
Combine RegexTokenizerUDF into TokenizerUDF.
When regex is set to an empty string the result is same from both tokenizers, tokenizers can be combined and changed to implement UDF2…
-
As it is now, you have the ability to write named capturing groups, but those results don't appear in the list of matches returned from `regex.scan`.
```gleam
import gleam/io
import gleam/regex
…
-
- [X] Pattern new type: `pat pattern = _^hello$_;`
- [ ] Allow pattern initialization with a string `pat pattern = "^with a string$";`
`pat` methods are:
- [X] `pattern.match(str subject) > [str]…
-
_An array of `RegExp` pattern strings_ must be set to the [`ignore`](https://github.com/import-js/eslint-plugin-import/blob/v2.31.0/docs/rules/no-unresolved.md#ignore) option of the `import/no-unresol…
-
The import function vendor crd not correctly converting fields that have constraints 'oneOf', 'not', and 'anyOf'
Not sure if the bug is on Timoni or in Cue, perhaps around it https://github.com/cue…
-
I have a data set which is consist of empty string like "" 30 rows and some format like **[\d]+** 70 rows
The value of **isComplete("columnName")** is 1.0, So I think this column has no null.
But …
-
Background: Some `--setup=`'s take time and you only want to `run|concurrent|envs` the main task _after_ an event / stdout / stderr has occurred.
E.g., for SauceLabs Connect, you need to wait for the…
-
Example:
input = "500兆"
In python it is in chinese_mix.py
```python
def text_normalize(text):
numbers = re.findall(r"\d+(?:\.?\d+)?", text)
for number in numbers:
text = text.re…