// Add Foundation Utils to Foundation global namespace for backwards
// compatibility.
-import { rtl, GetYoDigits, transitionend } from '../../js/foundation.util.core';
+import { rtl, GetYoDigits, transitionend, RegExpEscape } from '../../js/foundation.util.core';
Foundation.rtl = rtl;
Foundation.GetYoDigits = GetYoDigits;
Foundation.transitionend = transitionend;
+Foundation.RegExpEscape = RegExpEscape;
import { Box } from '../../js/foundation.util.box'
import { onImagesLoaded } from '../../js/foundation.util.imageLoader';
// Add Foundation Utils to Foundation global namespace for backwards
// compatibility.
-import { rtl, GetYoDigits, transitionend } from '../foundation.util.core';
+import { rtl, GetYoDigits, transitionend, RegExpEscape } from '../foundation.util.core';
Foundation.rtl = rtl;
Foundation.GetYoDigits = GetYoDigits;
Foundation.transitionend = transitionend;
+Foundation.RegExpEscape = RegExpEscape;
import { Box } from '../foundation.util.box'
import { onImagesLoaded } from '../foundation.util.imageLoader';
// These are now separated out, but historically were a part of this module,
// and since this is here for backwards compatibility we include them in
// this entry.
-import {rtl, GetYoDigits, transitionend} from '../../foundation.util.core';
+import {rtl, GetYoDigits, transitionend, RegExpEscape} from '../../foundation.util.core';
Foundation.rtl = rtl;
Foundation.GetYoDigits = GetYoDigits;
Foundation.transitionend = transitionend;
+Foundation.RegExpEscape = RegExpEscape;
// Every plugin depends on plugin now, we can include that on the core for the
// script inclusion path.