Added files regex

This commit is contained in:
Lucas Oliveira 2025-10-23 18:26:32 -03:00
parent cfd28ede6e
commit 4e677d0b08

View file

@ -32,4 +32,7 @@ export const TOTAL_ONBOARDING_STEPS = 3;
/**
* 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:)/;