Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract the Xerces implementation of regular expressions for SPARQL use. #2833

Closed
afs opened this issue Nov 10, 2024 · 0 comments · Fixed by #2834
Closed

Extract the Xerces implementation of regular expressions for SPARQL use. #2833

afs opened this issue Nov 10, 2024 · 0 comments · Fixed by #2834
Assignees

Comments

@afs
Copy link
Member

afs commented Nov 10, 2024

Change

As an option in ARQ, REGEX can be implemented using the Xerces regular expression engine. Formally, regular expressions in SPARQL are defined to be the XPath/XQuery Functions and Operators regular expressions which are derived from XML Schema Regular expressions.

ARQ uses the JDK by default - the differences are slight (only in regex flags supported).

This tasks is to take the Xerces derived code and produce a standalone regex engine solely for ARQ use.

See also #2828.

Are you interested in contributing a pull request for this task?

Yes

@afs afs self-assigned this Nov 10, 2024
afs added a commit to afs/jena that referenced this issue Nov 12, 2024
afs added a commit to afs/jena that referenced this issue Nov 13, 2024
@afs afs closed this as completed in #2834 Nov 14, 2024
afs added a commit that referenced this issue Nov 14, 2024
afs added a commit to afs/jena that referenced this issue Dec 2, 2024
afs added a commit to afs/jena that referenced this issue Dec 2, 2024
afs added a commit to afs/jena that referenced this issue Dec 2, 2024
afs added a commit that referenced this issue Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant