<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>288223</bug_id>
          
          <creation_ts>2025-02-21 12:41:13 -0800</creation_ts>
          <short_desc>RegExp with /v incorrectly handles literal hyphen as creating an invalid range</short_desc>
          <delta_ts>2025-03-06 10:27:30 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 11</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Steven Levithan">steves_list</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>karlcow</cc>
    
    <cc>mark.lam</cc>
    
    <cc>msaboff</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2096818</commentid>
    <comment_count>0</comment_count>
    <who name="Steven Levithan">steves_list</who>
    <bug_when>2025-02-21 12:41:13 -0800</bug_when>
    <thetext>WebKit is throwing a SyntaxError for regexes when all of the following conditions are met:

- The regex uses flag `v`.
- The regex contains a character class with the following:
  - Any character set (ex: `\d` or `\p{L}`).
  - Immediately followed by any representation of a literal hyphen, such as `\-`, `\x2D`, or `\u002D`.
  - Followed by another token.

When this occurs, WebKit treats the literal hyphen as if it was creating a range. So e.g. the perfectly valid regex `/[\d\-a]/v` is handled as if it were the invalid `/[\d-a]/v` and throws &quot;SyntaxError: Invalid regular expression: invalid range in character class for Unicode pattern&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2096820</commentid>
    <comment_count>1</comment_count>
    <who name="Steven Levithan">steves_list</who>
    <bug_when>2025-02-21 12:45:01 -0800</bug_when>
    <thetext>Example of this bug in the wild: https://github.com/shikijs/shiki/issues/927</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2099354</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-02-28 12:42:14 -0800</bug_when>
    <thetext>&lt;rdar://problem/145874688&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2099708</commentid>
    <comment_count>3</comment_count>
    <who name="Sosuke Suzuki">sosuke</who>
    <bug_when>2025-03-01 21:30:50 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/41732</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2101039</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-03-06 10:27:28 -0800</bug_when>
    <thetext>Committed 291709@main (7adb2e46f423): &lt;https://commits.webkit.org/291709@main&gt;

Reviewed commits have been landed. Closing PR #41732 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>