Added files regex
This commit is contained in:
parent
cfd28ede6e
commit
4e677d0b08
1 changed files with 4 additions and 1 deletions
|
|
@ -32,4 +32,7 @@ export const TOTAL_ONBOARDING_STEPS = 3;
|
||||||
/**
|
/**
|
||||||
* Local Storage Keys
|
* Local Storage Keys
|
||||||
*/
|
*/
|
||||||
export const ONBOARDING_STEP_KEY = "onboarding_current_step";
|
export const ONBOARDING_STEP_KEY = "onboarding_current_step";
|
||||||
|
|
||||||
|
export const FILES_REGEX =
|
||||||
|
/(?<=I'm uploading a document called ['"])[^'"]+\.[^.]+(?=['"]\. Here is its content:)/;
|
||||||
Loading…
Add table
Reference in a new issue