-
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help.
_Do not post such requests to Issues…
-
**Describe the bug**
Regex returns a match where it is not expected to return a match.
Note that the pattern has mismatched `[` and `]`.
Need to clarify if it should actually throw, or the behavi…
-
Not exactly sure if this is an issue with the version of qt that's available with centos7. I've attached the
the list of rpms that got installed with the yum-builddep and the actual rpmbuild.
```
…
-
is there any regex example handling with string ?
eg:
```
{% if /.../.test('somestring') %}
```
how can i use regex to validate string
-
## CVE-2021-3807 - High Severity Vulnerability
Vulnerable Libraries - ansi-regex-4.1.0.tgz, ansi-regex-3.0.0.tgz, ansi-regex-5.0.0.tgz
ansi-regex-4.1.0.tgz
Regular expression for matching ANSI esc…
-
Recently, I was writing a simple Syslog viewer. Basicaly, it's a simple UDP server receiving syslog packets, which are parsed with a regex, formatted using constant format string and then displayed to…
-
### What behavior of the library made you think about the improvement?
Outlines currently uses `interegular` to compile regexps to FSMs, but not all features of python regex are supported, in particu…
-
def r0: Regex = new Regex(toString)
generates
````
// access flags 0x1
public r0()Lscala/util/matching/Regex;
L0
LINENUMBER 12 L0
NEW scala/util/matching/Regex
DUP
…
-
Code:
```
ConstraintRule result = DatatypeFactory.eINSTANCE.createConstraintRule();
Constraint regexp = DatatypeFactory.eINSTANCE.createConstraint();
regexp.setType(ConstraintIntervalT…
-
### Bug description
```shell
https://i.imgur.com/T4HF4dY.png
as you can see in the screenshot i was not able to use f'string' in mojo.
```
### Steps to reproduce
```shell
- bro = 'mojo'
print(f'…