فهرست منبع

Comments and linting for regex operation.

n1073645 5 سال پیش
والد
کامیت
04036e001e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/core/operations/ToCaseInsensitiveRegex.mjs

+ 1 - 0
src/core/operations/ToCaseInsensitiveRegex.mjs

@@ -32,6 +32,7 @@ class ToCaseInsensitiveRegex extends Operation {
      * @returns {string}
      */
     run(input, args) {
+
         /**
          * Simulates look behind behaviour since javascript doesn't support it.
          *