window.ENTITIES={'/api/snippets/javascript/js%20regex%20match%20first%203%20characters%20in%20string':[{"result":true,"message":null,"batch":{"type":"javascript","name":"js regex match first 3 characters in string","items":[{"id":"pVEakD","type":"javascript","name":"js regex match first 3 characters in string","content":"const expression = /^.{3}/; \n\n\n// Usage example:\n\nconst text = '123Example';\nconst result = text.match(expression);\n\nif (result) {\n console.log(result); // ['123']\n}\n\n// ^ matches the beginning of the string\n// . matches any character except line breaks\n// {3} matches 3 of preceding token (matches 3 .)","source":"","author":{"id":"V08eyD","name":"Anisha-Kidd","avatar":"1629138167352__V08eyD__w40px_h40px.jpg","points":682,"role":"BASIC"},"creationTime":1639068689000,"updateTime":1675629703000,"removalTime":null}]}}]};