Skip to content

fix: proper regex matching#27

Open
bawahakim wants to merge 2 commits into
Goddchen:mainfrom
bawahakim:bawahakim/fix-regex
Open

fix: proper regex matching#27
bawahakim wants to merge 2 commits into
Goddchen:mainfrom
bawahakim:bawahakim/fix-regex

Conversation

@bawahakim

@bawahakim bawahakim commented Mar 26, 2024

Copy link
Copy Markdown
Contributor

Fixes #28

Comment on lines +33 to +35
final regEx = RegExp(
r'(?<date>\d{2}-\d{2})\s(?<time>\d{2}:\d{2}:\d{2}\.\d{3})\s(?<pid>\d+)\s(?<tid>\d+)\s(?<level>[A-Z])\s(?<tag>[^\:]+):\s(?<message>.*)',
);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: now this regex does not work for me in my emulator and on my physical Pixel devices anymore 🙈 I'll have to come up with some new process to match these. Where we can check multiple regexes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RegEx matching on android does not work

2 participants