Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
parsington
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
65
Code
Issues
2
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Regular expression removal
- #32
#32
Open
JaredDavis22
wants to merge 12 commits into
scijava:main
scijava/parsington:main
from
JaredDavis22:regularExpressionRemoval
JaredDavis22/parsingtonFork:regularExpressionRemoval
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Regular expression removal
#32
JaredDavis22
wants to merge 12 commits into
scijava:main
scijava/parsington:main
from
JaredDavis22:regularExpressionRemoval
JaredDavis22/parsingtonFork:regularExpressionRemoval
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2026
eliminate regular expressions. Interim comments
JaredDavis22
committed
c61fe60
View commit details
Copy full SHA for c61fe60
Browse repository at this point
Eliminate regular expressions
JaredDavis22
committed
1236d22
View commit details
Copy full SHA for 1236d22
Browse repository at this point
Adjust return logic in isWord
JaredDavis22
committed
da54509
View commit details
Copy full SHA for da54509
Browse repository at this point
Change Collections.sort -> list.sort
JaredDavis22
committed
ec50921
View commit details
Copy full SHA for ec50921
Browse repository at this point
Adjusted text cases. Altered handling of integer part before decimal point to match java numeric parsing.
JaredDavis22
committed
0f7c765
View commit details
Copy full SHA for 0f7c765
Browse repository at this point
javadoc, text and return cleanup, ParseNumberResults cleanup
JaredDavis22
committed
6056db4
View commit details
Copy full SHA for 6056db4
Browse repository at this point
Attempt to reject a non number faster
JaredDavis22
committed
6f3faad
View commit details
Copy full SHA for 6f3faad
Browse repository at this point
Add test for flat sum
JaredDavis22
committed
1dc2471
View commit details
Copy full SHA for 1dc2471
Browse repository at this point
Fail faster on non numbers
JaredDavis22
committed
704acf1
View commit details
Copy full SHA for 704acf1
Browse repository at this point
Fail faster on non numbers, take 2
JaredDavis22
committed
16bd3ce
View commit details
Copy full SHA for 16bd3ce
Browse repository at this point
Parse .2 correctly
JaredDavis22
committed
5511906
View commit details
Copy full SHA for 5511906
Browse repository at this point
Commits on Jul 27, 2026
Encapsulate ParseNumberResults. Execution is slightly slower. Fewer lines of code.
JaredDavis22
committed
563b04b
View commit details
Copy full SHA for 563b04b
Browse repository at this point
You can’t perform that action at this time.